![]() |
MPDataToCode |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Designates the specified block of memory as executable code.
void MPDataToCode ( LogicalAddress address, ByteCount size );
The starting address of the memory block you want to designate as code.
The size of the memory block.
Since PowerPC processors need to differentiate between code and data in memory, you should call this function to tag any executable code that your tasks may generate.
Introduced with Multiprocessing Services 2.0.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)